[ Home ] [ Reference ]
GmStartDefinition
Starts the definition of the geometry management for a top-level
window.
HGEOM
GmStartDefinition( |
|
DWORD |
dwFlags); |
Flags specifying how the geometry management
is handled for this top-level window |
dwFlags
GM_NO_TRACK_MIN_SIZE |
Allows the user to size the window smaller
than the minimum size of the controls. |
Returns
Returns a handle to the geometry manager for this top-level window. This
handle is then passed to all other Gm calls that are made. The handle is valid as long as
the top-level window exists.
Notes
- GM_NO_TRACK_MIN_SIZE is invalid when
targeting Windows CE.
[ Home ] [ Reference ]
|